home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / dfnc3714.lha / dfunc_library / docs / dfunc.history < prev   
Text File  |  1995-12-14  |  3KB  |  101 lines

  1.  
  2. dfunc.library is coded by Kenneth C. Nilsen in assembler.
  3.  
  4. Copyright © 1994, 1995 by Kenneth C. Nilsen/Digital Surface
  5. All rights reserved.
  6.  
  7. This library is FREEWARE.
  8.  
  9.  
  10. This  library  can  be  included on BBSes, AmiNet, Fred Fish and cover disks.
  11. There  must  not be raised charges for this archive, no more then the cost of
  12. the media used. For commerical use a written permission is required.
  13.  
  14. If you have any requests about how to use this library then e-mail me.
  15.  
  16.  
  17. Bug reports/questions: kenneth@norconnect.no
  18.  
  19.  
  20. Kenneth C. Nilsen
  21. Kvernhusrenen 31 S-Neset
  22. N-5200 OS
  23. Norway
  24.  
  25.  
  26. dfunc.library history:
  27. ------------------------------------------------------------------------------
  28.  
  29. ver. 37.14    (14.12.95)
  30.  
  31.         Added DFFindWindow() due to a request. Until 37.14 the
  32.         DFFindWindow() where a private function and returned 0
  33.         always. It's now public (note from Greg Cox).
  34.         Also working with a bug reported from Michael Robinson with
  35.         NTSC machines and the GadTest program (this is not due to the
  36.         library though).
  37.  
  38. ver. 37.13    (31.10.95)
  39.  
  40.         Changed some code for bugfix. Added DFGetProc() and
  41.         DFGetMath() to check processor and FPU. Some overall
  42.         optimizing. Added DFReverseBuffer().
  43.  
  44. ver. 37.12    (x.x.95)
  45.  
  46.         Made a new function which shall release the DFPrintText()
  47.         function. This uses the window instead of the rastport which
  48.         will give more power to the function. Added DFGhostGads().
  49.  
  50. ver. 37.11    (x.x.95)
  51.  
  52.         Added argument parsing function. Support spaces, tabs, quotes,
  53.         *", *n situations and unlimited length. Ripped from my own
  54.         Startup.asm source which is public domain. More functions for
  55.         text (text stripp). Some optimizing and bugfix.
  56.  
  57. ver. 37.10    (x.x.95)
  58.  
  59.         Added new function for calculate an argument string to a
  60.         number. Supporting both decimal and hexadecimal args.
  61.  
  62. ver. 37.9    (x.x.95)
  63.  
  64.         Added some data to the library base. Now you can access the
  65.         libraries dos, graphics, intuition and diskfont libraries
  66.         directly from the base and you wont have to open them
  67.         yourself.
  68.         Found another bug which occured after fixing the calculation
  69.         of the x/y positions. Some trash where left in a data register
  70.         which gave faulty y position with the DG_TextRight flag. It's
  71.         fixed now. Also removed a bug such as the revision number of
  72.         the library always beeing zero, but not anymore.
  73.  
  74. ver. 37.8    (x.x.95)
  75.  
  76.         Found a bug in the gadget_text routine. Calculation failure
  77.         which caused no text with certain fonts/sizes on gadgets.
  78.         Not a horrable bug, but innoying. Fixed!
  79.  
  80. ver. 37.7    (x.x.95)
  81.  
  82.         First version for a public release. No documentation supplied
  83.         just some fd file to show functions. This version where
  84.         released with a demo program showing some of the possibilities
  85.         of this library.
  86.  
  87. ver. 37.1-6    (x.x.95)
  88.  
  89.         Added many new functions for making life easier for you and me
  90.         while using dfunc.library.
  91.  
  92. ver. 37.0    (8.3.95)
  93.  
  94.         First version of this library. Still very "private" looking.
  95.         Its really a takeover of the digital.library which became
  96.         very limited in use. This new library is programmed from
  97.         scratch and can be multi-shared between tasks.
  98.  
  99. Here I dropped the digital.library ('94) and wrote a library from scratch.
  100. ------------------------------------------------------------------------------
  101.